projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc605f0
)
(x_set_window_size): Don't use `None' with widgets; use
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 28 Feb 2001 15:06:04 +0000
(15:06 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 28 Feb 2001 15:06:04 +0000
(15:06 +0000)
NULL instead.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index c0e752af452ddf7acc8423882fb5a06de9281709..9c75606b53bddcabf4d95b02a2745c4fa4b19415 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-11996,7
+11996,7
@@
x_set_window_size (f, change_gravity, cols, rows)
#ifdef USE_X_TOOLKIT
- if (f->output_data.x->widget != N
one
)
+ if (f->output_data.x->widget != N
ULL
)
{
/* The x and y position of the widget is clobbered by the
call to XtSetValues within EmacsFrameSetCharSize.